home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #66 (1993-05-05)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #66 (1993-05-05)(Amiga User Gruppe Einzugsgebiet 4000).adf / AmigaGuide / AG_V34 / InstallAmigaGuide < prev    next >
AmigaDOS Script File  |  1993-02-10  |  1KB  |  51 lines

  1. .key none
  2. .bra {
  3. .ket }
  4.  
  5. ;$VER: InstallAmigaGuide 34.1 (13.1.93)
  6.  
  7. failat 21
  8.  
  9. version >NIL: amigaguide.library 34 6
  10. if warn
  11.    echo "Installing amigaguide.library version 34.6"
  12.    copy libs/amigaguide.library libs: clone
  13. else
  14.    echo "Not installing amigaguide.library 34.6 because newer/same version"
  15.    echo "is already present"
  16. endif
  17.  
  18. version >NIL: SYS:Utilities/WDisplay 34 1
  19. if warn
  20.    echo "Installing WDisplay version 34.1"
  21.    copy utilities/WDisplay SYS:Utilities clone
  22.    copy utilities/WDisplay.info SYS:Utilities clone
  23. else
  24.    echo "Not installing WDisplay 34.1 because newer/same version is present"
  25. endif
  26.  
  27. version >NIL: SYS:Utilities/Amigaguide 34 2
  28. if warn
  29.    echo "Installing Amigaguide version 34.2"
  30.    copy utilities/Amigaguide SYS:Utilities clone
  31.    copy utilities/Amigaguide.info SYS:Utilities clone
  32. else
  33.    echo "Not installing Amigaguide 34.2 because newer/same version is present"
  34. endif
  35.  
  36. version >NIL: s:help.guide 33 67
  37. if warn
  38. ; This could be placed anywhere, as long as you add
  39. ; the path name to the AmigaGuide/Path environment variable.
  40.    ask "*NInstall Amigaguide s:help.guide ?"
  41.    if warn
  42.       echo "Installing help.guide 33.67 in s:"
  43.       copy s/help.guide s: clone
  44.    endif
  45. else
  46.    echo "Not installing help.guide 33.67 because newer/same version is present"
  47. endif
  48.  
  49. echo "Done"
  50. wait 8
  51.